From: | Allan Odgaard |
Date: | 18 Aug 99 at 00:27:20 |
Subject: | Re: Structure Arrays |
From: Allan Odgaard <Duff@DIKU.DK>
On 17-Aug-99, Christian Hattemer wrote:
>> [...] why was it that you couldn't use MUIM_List_InsertSingle?
> I'm using it currently, but I want to try a different approch which should
> have some advantages. I think I'll try it now, you may have a look at the
> results later.
OK - though I wouldn't be surprised if MUIM_List_Insert is simply a wrapper for
a loop with MUIM_List_InsertSingle. The only advantage is that sorting can be
delayed till after the loop, and then again, it can't - but it could sort the
array you hand in, and merge this with the list... though I sure doubt this is
how the listview operates - and none of this should matter for your program.
Regards Allan